go.pact.im/x/plumb/internal/emit.allocator.alloc (method)

9 uses

	go.pact.im/x/plumb/internal/emit (current package)
		emit.go#L181: 		n := alloc.alloc(baseName(o))
		emit.go#L187: 		cleanupName = alloc.alloc("cleanup")
		emit.go#L196: 		errName = alloc.alloc("err")
		emit.go#L208: 		n := alloc.alloc(base)
		emit.go#L233: 				vn := alloc.alloc(baseName(r.Typ))
		emit.go#L238: 				cn := alloc.alloc(cleanupBaseName(in.Prov.Fn))
		emit.go#L244: 					errLocal = alloc.alloc("e")
		emit.go#L375: 			errl := ba.alloc("cleanupErr")
		name.go#L50: func (a *allocator) alloc(base string) string {